2008-06-24

...

  • 14:44
  • 浏览 (23)
  • 评论 (0)
记得很久以前的某一天,我是答题高手,那个是很高兴的。。呵呵。。
  • 14:11
  • 浏览 (40)
  • 评论 (0)
http://atomos.sourceforge.net/
  • 18:40
  • 浏览 (76)
  • 评论 (0)
Dietrich Kappe, Saturday, September 16, 2006 @ 8:00 am What's bigger than a framework? An Operating System. While many of the Ajax OS's that bill themselves as Operating Systems are nothing more than a pretty desktop metaphor, there is at least one project that aims to build an Ajax OS from the gro ...
  • 18:24
  • 浏览 (64)
  • 评论 (0)
2008-05-25

Tasklist

ajax的练手作品,喜爱的象棋? banlist服务器,为了游戏>?练习xml解析 用command模拟多线程,国外有个大师也这么提,他太厉害, 我只是试验一下.与uc os -II的线程调度方法结合下..
  • 10:35
  • 浏览 (121)
  • 评论 (0)
以前也看过有高手在wsh上可以创建thread对象,但是毕竟不是常规手段,我们做web应用一般没有本地访问权限的,用activex的没试过,毕竟也不是javascript方式。 以前我们解决这样的问题都是针对具体问题写一段代码来模拟多线程的,但是由于往往要对没个线程单独编码,这样的代码十分冗长(http://www.blogjava.net/Files/emu/counting.zip)。学习设计模式的时候就曾经考虑过在javascript中实用command模式来更好的模拟多线程,但是一直没有付诸实施,今天既然想起来了就试试看: <html> & ...